Package com.netscape.certsrv.client
Class Client
java.lang.Object
com.netscape.certsrv.client.Client
- Direct Known Subclasses:
AccountClient,ACMEClient,ActivityClient,AuditClient,AuthenticatorClient,AuthorityClient,CAAgentCertClient,CAAgentCertRequestClient,CACertClient,CACertRequestClient,CACRLClient,CAInfoClient,CASystemCertClient,ConfigClient,ConnectorClient,FeatureClient,GroupClient,InfoClient,JobClient,KeyClient,KeyRequestClient,KRAConnectorClient,KRAInfoClient,KRASystemCertClient,LoginClient,ProfileClient,ProfileClient,ProfileMappingClient,SecurityDomainClient,SelfTestClient,SubsystemClient,TokenClient,TPSCertClient,TPSConnectorClient,UserClient
- Author:
- Endi S. Dewata
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> T<T> T<T> T<T> T<T> T<T> Collection<T> getName()getTargetPath(String suffix) <T> Tpatch(String suffix, Map<String, Object> params, org.apache.http.HttpEntity entity, Class<T> responseType) <T> T<T> T<T> T<T> Tpost(String suffix, Map<String, Object> params, org.apache.http.HttpEntity entity, Class<T> responseType) <T> Tput(String suffix, Map<String, Object> params, org.apache.http.HttpEntity entity, Class<T> responseType) org.apache.http.client.utils.URIBuilder
-
Field Details
-
client
-
subsystem
-
prefix
-
name
-
-
Constructor Details
-
Client
-
Client
-
-
Method Details
-
getSubsystem
-
getName
-
getTargetPath
-
target
-
get
- Throws:
Exception
-
get
- Throws:
Exception
-
get
- Throws:
Exception
-
getCollection
public <T> Collection<T> getCollection(String suffix, Map<String, Object> params, Class<T> responseType) throws Exception- Throws:
Exception
-
post
- Throws:
Exception
-
post
- Throws:
Exception
-
post
- Throws:
Exception
-
post
public <T> T post(String suffix, Map<String, Object> params, org.apache.http.HttpEntity entity, Class<T> responseType) throws Exception- Throws:
Exception
-
put
public <T> T put(String suffix, Map<String, Object> params, org.apache.http.HttpEntity entity, Class<T> responseType) throws Exception- Throws:
Exception
-
patch
public <T> T patch(String suffix, Map<String, Object> params, org.apache.http.HttpEntity entity, Class<T> responseType) throws Exception- Throws:
Exception
-
delete
- Throws:
Exception
-
delete
public <T> T delete(String suffix, Map<String, Object> params, Class<T> responseType) throws Exception- Throws:
Exception
-